home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 1 / CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso / Aminet / misc / emu / prlink_amiga.lha / prlink-0.8.0a / src / include / petrom3.lib < prev    next >
Text File  |  1995-05-12  |  1KB  |  47 lines

  1. ; Very minimal implementation for now...
  2.  
  3. nclose    = $f2ae ; c64 = $f291
  4. close    = nclose
  5.  
  6. nopen    = $f524 ; c64 = $f34a
  7. open    = nopen
  8.  
  9. talk    = $f0b6     ; send TALK
  10. listen    = $f0ba     ; send LISTEN
  11. second    = $f128     ; send SA after LISTEN
  12. tksa    = $f164     ; send SA after TALK
  13. iecout    = $f16f     ; send byte to IEEE bus
  14. untlk    = $f17f     ; send UNTALK
  15. unlsn    = $f183     ; send UNLISTEN
  16. iecin    = $f18c     ; get byte from IEEE bus
  17. romload = $f322     ; O/S version of LOAD
  18. searching = $f40a    ; print SEARCHING FOR name
  19. sendname = $f466    ; send program name to bus
  20. loading = $f42e     ; print LOADING
  21. save    = $f6a4     ; O/S version of SAVE
  22. buslsnclse = $f6f0    ; send LISTEN, CLOSE and UNLISTEN
  23. busclse = $f6fd     ; send CLOSE and UNLISTEN
  24.  
  25. kbdinput = $f1e5    ; FFCF after checking for keyboard
  26. stop    = $f301     ; test STOP key
  27.  
  28. ; KERNEL call addresses
  29. ;
  30. ;open  = $ffc0    basic...
  31. ;close = $ffc3    basic...
  32. chkin  = $ffc6
  33. chkout = $ffc9
  34. clrchn = $ffcc
  35. chrin  = $ffcf
  36. chrout = $ffd2
  37. ;load  = $ffd5    basic...
  38. ;save  = $ffd8    basic...
  39. ;verify= $ffdb    basic...
  40. ;sys   = $ffde    basic...
  41. ;stop  = $ffe1    basic...
  42. getin  = $ffe4
  43. clall  = $ffe7
  44. udtim  = $ffea
  45.  
  46.  
  47.